ComponentOne FlexReport for WinForms
AsyncOperationProgressHandler<TResult,TProgress> Delegate

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : AsyncOperationProgressHandler<TResult,TProgress> Delegate
The type of the progress data.
The asynchronous operation.
The progress information.
Represents a method that handles progress update events of an asynchronous operation that provides progress updates.
Syntax
'Declaration
 
Public Delegate Sub AsyncOperationProgressHandler
    (Of TResult,TProgress)( _
   ByVal asyncInfo As IAsyncOperationWithProgress(Of TResult,TProgress), _
   ByVal progressInfo As TProgress _
) 
public delegate void AsyncOperationProgressHandler<TResult,TProgress>( 
   IAsyncOperationWithProgress<TResult,TProgress> asyncInfo,
   TProgress progressInfo
)

Parameters

asyncInfo
The asynchronous operation.
progressInfo
The progress information.

Type Parameters

TResult
TProgress
The type of the progress data.
See Also

Reference

AsyncOperationProgressHandler<TResult,TProgress> Members
C1.Win.C1Document Namespace